It was supporting API that has been removed.
display->queued_events = NULL;
display->queued_tail = NULL;
- g_list_foreach (display->input_devices, (GFunc) g_object_run_dispose, NULL);
-
if (device_manager)
{
/* this is to make it drop devices which may require using the X
g_hash_table_destroy (display->pointers_info);
- g_list_free_full (display->input_devices, g_object_unref);
g_list_free_full (display->seats, g_object_unref);
if (display->device_manager)
GHashTable *device_grabs;
GdkDeviceManager *device_manager;
- GList *input_devices; /* Deprecated, only used to keep gdk_display_list_devices working */
GHashTable *pointers_info; /* GdkPointerWindowInfo for each device */
guint32 last_event_time; /* Last reported event time from server */